home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / ignore < prev    next >
Text File  |  2006-05-02  |  2KB  |  45 lines

  1.  
  2. IGNORE %|[-regexp | -full] [-pattern <pattern>] [-except] [-replies] [-network <network>] [-channels <channel>] [-time <secs>] <mask> [<levels>]
  3. IGNORE %|[-regexp | -full] [-pattern <pattern>] [-except] [-replies] [-network <network>] [-time <secs>] <channels> [<levels>]
  4.  
  5.     -regexp: <pattern> is a regular expression
  6.     -full: <pattern> must match to full words
  7.     -pattern: <pattern> must match to the message's text
  8.     -replies: Ignore replies to nick in channels. For example
  9.               "/IGNORE -replies *!*@*.fi PUBLIC" ignores everyone
  10.               from Finland, but also anyone sending message
  11.               "tofinnishnick: blahblah".
  12.     -except: *DON'T* ignore - overrides an existing ignore.
  13.     -network: Ignore only on this network.
  14.     -ircnet: Same as -network. Deprecated. Do not use.
  15.     -channels: Ignore only in channels
  16.     <mask>: Either a nick mask or list of channels
  17.     <levels>: List of levels to ignore. You can use -<level> to remove levels
  18.               from ignore.
  19.     <^levels>: List of levels to NOT ignore
  20.                (/ignore -except nick notices = /ignore nick ^notices)
  21.  
  22.  
  23. /IGNORE without any arguments displays list of ignores. If you want to remove some levels of the ignore, use /IGNORE <mask> -<level> -<level2> etc
  24.  
  25. The best match always wins, so you can have:
  26.     /IGNORE * CTCPS
  27.     /IGNORE -except *!*@host.org CTCPS
  28.  
  29. Examples:
  30.  
  31.     /IGNORE #channel ALL -PUBLIC -ACTIONS   - ignore all but public/actions
  32.     /IGNORE #channel -JOINS                 - don't ignore joins anymore
  33.     /IGNORE -replies *!user@*.host.org ALL  - ignore user and all replies
  34.  
  35. Some suggestions for ignoring annoying public aways:
  36.     /IGNORE -regexp -pattern "is (away|gone|back)" * ACTIONS
  37.     /IGNORE *zzz* NICKS
  38.     /IGNORE *afk* NICKS
  39.     /IGNORE *away* NICKS
  40.  
  41. For regular expressions, see `man 7 regex`.
  42.  
  43. See also: UNIGNORE
  44.  
  45.